ShowDropDownButton Property (MenuBase<T>)
In This Topic
Gets or sets a value indicating whether the control should display a drop-down button.
Syntax
'Declaration
Public Overridable Property ShowDropDownButton As Boolean
public virtual bool ShowDropDownButton {get; set;}
See Also